|
@@ -1720,6 +1720,10 @@ export default {
|
|
|
type: 'success'
|
|
|
});
|
|
|
this.form.distributionIng = ''
|
|
|
+ this.$set(this.fieldrationsList,'beforeBinNo','')
|
|
|
+ this.$set(this.fieldrationsList,'afterBinNo','')
|
|
|
+ // this.fieldrationsList.beforeBinNo = ''
|
|
|
+ // this.fieldrationsList.afterBinNo = ''
|
|
|
this.fieldrationsshow = false
|
|
|
this.getList()
|
|
|
}).catch((response) => {
|