Commit 725fe483 authored by 柳 佳乐's avatar 柳 佳乐
Browse files

20221116

parent 7f241502
......@@ -1225,12 +1225,10 @@ export default {
if (this.queryDTOList.length > 0) {
this.getshow = 1;
this.disabled = false;
this.backii();
this.delfile1();
} else {
this.getshow = 3;
this.disabled = false;
this.backii();
this.delfile1();
}
},
......
......@@ -12,7 +12,7 @@
<el-form-item prop="contractParent">
<el-select v-model="formData.contractParent" :style="{ width: '100%' }"
placeholder="请选择母合同名称">
<el-option v-for="(item, index) in contractParentList" :key="item.contractId"
<el-option v-for="item in contractParentList" :key="item.contractId"
:value="item.contractId" :label="item.name"></el-option>
</el-select>
</el-form-item>
......
......@@ -740,7 +740,6 @@ export default {
this.$refs.upload1.submit();
this.getshow = 1; //隐藏与显示
this.disabled = false;
//this.backii();
this.$message({
showClose: true,
message: "上传附件成功",
......
......@@ -258,7 +258,7 @@ export default {
companyId: 0,
enclosureDescribe: "",
status: 2,
userId: 0,
userId: null,
},
};
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment