合并分支 'fix_foton' 到 'FOTON'

Fix foton

查看合并请求 laws-foton-slrs/foton-laws-system-front!11
This commit is contained in:
陈栋
2023-01-05 16:07:03 +08:00
2 changed files with 13 additions and 0 deletions
@@ -1003,6 +1003,7 @@ export default {
form: {
handler: function (val) {
if(val){
this.fileMadel = false
this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.BZSMBUSSFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,'',this.madelSubList);
}
},
@@ -2241,6 +2241,13 @@ export default {
* @param done
*/
handleReviseDrawerClose (done) {
this.standardSearchForm.esName = '';
this.standardSearchForm.unit = '';
this.standardSearchForm.standCode = '';
this.standardSearchForm.QCDW = '';
this.standardSearchForm.standName = ''
this.standardSearchForm.page = 1
this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent
done()
},
getDomesticStandardTable () {
@@ -3318,4 +3325,9 @@ export default {
.process-manuscript /deep/ .el-form-item__error{
right:45px !important;
}
.standard-table-search /deep/ .el-form-item span.el-input__suffix{
position: absolute;
right: 10px
}
</style>