标准清单发布-选择清单回显
This commit is contained in:
@@ -1080,6 +1080,7 @@ export default {
|
||||
this.listForm.commentText = this.commentText
|
||||
this.listForm.fileName = this.fileInfoList
|
||||
this.listForm.dataList = this.dataList
|
||||
this.listForm.listType = this.listType
|
||||
let json = Object.assign(this.listForm, this.roleForm);
|
||||
this.$refs["qdfbForm"].validate((valid) => {
|
||||
if (valid) {
|
||||
@@ -1517,6 +1518,7 @@ export default {
|
||||
this.dataList = this.listForm.dataList
|
||||
this.roleForm = mes.roleForm
|
||||
this.commentText = mes.commentText
|
||||
this.listType = mes.form.listType
|
||||
console.log(this.listForm)
|
||||
})
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!--企业标准库-->
|
||||
<!--企业标准库-->
|
||||
<template>
|
||||
<div id="EnterpriseStandardDatabase" :class="{ 'tree-close': sideClose }" class="v-class">
|
||||
<!--左侧树-->
|
||||
|
||||
Reference in New Issue
Block a user