[update] 企标新增和详情页修改
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user