[update] 企标新增和详情页修改

This commit is contained in:
lideqin
2023-09-19 15:11:37 +08:00
parent ab4469aed8
commit 74301d1419
12 changed files with 934 additions and 65 deletions
+1 -3
View File
@@ -352,7 +352,7 @@ export default {
isFormInline: false,
rules: {},
confirmLoading: false,
type: 'add',
type: 2,
dataList: [],
ruleList: [],
uploadName: '',
@@ -363,11 +363,9 @@ export default {
add () {
this.formInline = Object.assign({}, this.defaultValue)
this.$forceUpdate()
this.type = 'add'
this.getForm()
},
edit (item) {
this.type = 'edit'
this.loading = true
this.getForm(() => {
if (!this.getDocumentInfoFunc || typeof this.getDocumentInfoFunc !== 'function') {