52657 标准入库流程-国内入库 只填写必填项和标准年份 在填写一个起草单位,提交数据后 到批准节点,通过按钮转圈,F12没反应

This commit is contained in:
宋伟佳
2022-04-22 15:41:02 +08:00
parent 9466e2205b
commit f6f088a20a
@@ -1269,7 +1269,7 @@ export default {
this.form.zrgcs = "";
}
let qcdwName = []
if(this.form.qcdw && this.form.qcdw.length){
if(this.form.qcdw && this.form.qcdw.length > 0){
this.form.qcdw.map(item => {
this.qcdwOptions.forEach(items => {
if(item === items.value){
@@ -1282,7 +1282,7 @@ export default {
this.form.menuIds = this.form.treeListId;
this.form.BBFDTBZ = this.form.bfbdtbzh
this.form.qcdw = qcdwName
this.form.qcdw = this.form.attrInfoCaseMap.qcdw = this.form.attrInfoMap.QCDW = qcdwName.splice(',')
this.form.qcdw = qcdwName.splice(',')
const json = JSON.stringify(this.form);
this.$http.post("lawss/activiti/completeTask", {
taskIds: this.taskIds,