Commit 9254a024 by lichengming

修改了检测管理附件页面

parent 7b1f633c
......@@ -63,6 +63,7 @@
<!--选择领样人-->
<UserInfo ref="userModal" @on-result-change="_userResult"></UserInfo>
<Operation ref="operation"></Operation>
<FileManage ref="FileManage"></FileManage>
</div>
</template>
<script>
......@@ -437,7 +438,7 @@ export default {
},
_upload(id) {
// 上传文件
this.$refs.refModal._open(id, 'contractId')
this.$refs.FileManage._open(id, 'entrustId')
}
}
}
......
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