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