This commit is contained in:
zhutianqi
2021-11-26 14:54:06 +08:00
parent b87502f4b6
commit c3414f0687
@@ -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', {