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

20221116

parent 7f241502
...@@ -1225,12 +1225,10 @@ export default { ...@@ -1225,12 +1225,10 @@ export default {
if (this.queryDTOList.length > 0) { if (this.queryDTOList.length > 0) {
this.getshow = 1; this.getshow = 1;
this.disabled = false; this.disabled = false;
this.backii();
this.delfile1(); this.delfile1();
} else { } else {
this.getshow = 3; this.getshow = 3;
this.disabled = false; this.disabled = false;
this.backii();
this.delfile1(); this.delfile1();
} }
}, },
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<el-form-item prop="contractParent"> <el-form-item prop="contractParent">
<el-select v-model="formData.contractParent" :style="{ width: '100%' }" <el-select v-model="formData.contractParent" :style="{ width: '100%' }"
placeholder="请选择母合同名称"> 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> :value="item.contractId" :label="item.name"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
......
...@@ -740,7 +740,6 @@ export default { ...@@ -740,7 +740,6 @@ export default {
this.$refs.upload1.submit(); this.$refs.upload1.submit();
this.getshow = 1; //隐藏与显示 this.getshow = 1; //隐藏与显示
this.disabled = false; this.disabled = false;
//this.backii();
this.$message({ this.$message({
showClose: true, showClose: true,
message: "上传附件成功", message: "上传附件成功",
......
...@@ -258,7 +258,7 @@ export default { ...@@ -258,7 +258,7 @@ export default {
companyId: 0, companyId: 0,
enclosureDescribe: "", enclosureDescribe: "",
status: 2, 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