commit
This commit is contained in:
@@ -488,7 +488,8 @@ export default {
|
||||
statusId: '',
|
||||
itemsNum1: '',
|
||||
itemsName1: '',
|
||||
oldNumber: ''
|
||||
oldNumber: '',
|
||||
fileType: '',
|
||||
},
|
||||
formRules: {
|
||||
itemsNum: [
|
||||
@@ -722,6 +723,7 @@ export default {
|
||||
this.standId = bringData[0].standId
|
||||
this.statusId = bringData[0].id
|
||||
this.form.statusId = bringData[0].id
|
||||
this.form.fileType = bringData[0].fileType
|
||||
this.listModel = false;
|
||||
this.listModel2 = true
|
||||
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
|
||||
|
||||
Reference in New Issue
Block a user