rev:修改报工审核

This commit is contained in:
zhangzhiqiang
2023-06-13 14:59:26 +08:00
parent 5d8a28be7e
commit 33d3de5b53
4 changed files with 27 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ const defaultForm = { product_area: 'A1', workprocedure_id: '1535144552481034240
export default {
name: 'SKdevice',
components: { crudOperation, pagination, rrOperation },
components: { crudOperation, pagination, rrOperation },
dicts: ['product_area'],
cruds() {
return [
@@ -139,7 +139,7 @@ export default {
this.notify('保存成功', 'success')
}).catch(() => {
})
}
},
}
}
</script>