合并分支 'fix_foton' 到 'FOTON'
Fix foton 查看合并请求 laws-foton-slrs/foton-laws-system-front!11
This commit is contained in:
@@ -1003,6 +1003,7 @@ export default {
|
|||||||
form: {
|
form: {
|
||||||
handler: function (val) {
|
handler: function (val) {
|
||||||
if(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);
|
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
|
* @param done
|
||||||
*/
|
*/
|
||||||
handleReviseDrawerClose (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()
|
done()
|
||||||
},
|
},
|
||||||
getDomesticStandardTable () {
|
getDomesticStandardTable () {
|
||||||
@@ -3318,4 +3325,9 @@ export default {
|
|||||||
.process-manuscript /deep/ .el-form-item__error{
|
.process-manuscript /deep/ .el-form-item__error{
|
||||||
right:45px !important;
|
right:45px !important;
|
||||||
}
|
}
|
||||||
|
.standard-table-search /deep/ .el-form-item span.el-input__suffix{
|
||||||
|
position: absolute;
|
||||||
|
right: 10px
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user