| | |
| | | |
| | | <script> |
| | | import {businese} from '@/api/work/businese' |
| | | import {FlowTable} from "@/api/GetItem"; |
| | | import {FlowTable, batchUpdateCode} from "@/api/GetItem"; |
| | | import {validatenull} from "@/util/validate"; |
| | | import {getDictionary} from "@/api/system/dict"; |
| | | import vciWebRefer from "../refer/vciWebRefer.vue"; |
| | | |
| | | export default { |
| | | name: "BusinessWork", |
| | | components: { vciWebRefer }, |
| | | props:['ids','templateId',"taskId","modelKey","codeClassifyOid"], |
| | | data() { |
| | | return { |
| | |
| | | HandlerSave(){ |
| | | this.editingRow = null; |
| | | //保存 |
| | | this.$message.success(this.tableData[0].tuhao) |
| | | batchUpdateCode(this.tableData).then(res => { |
| | | console.log(res) |
| | | if(res.data.data.success){ |
| | | this.$message.success("保存成功"); |
| | | } |
| | | |
| | | }) |
| | | }, |
| | | //表格头渲染 |
| | | CrudHeaderRend() { |