| src/views/farmplant/process.vue | ●●●●● patch | view | raw | blame | history |
src/views/farmplant/process.vue
@@ -86,6 +86,7 @@ <template slot-scope="{disabled,size}" slot="saleDestination"> <div> <el-cascader ref="cascader" style="width: 100%;" placeholder="请选择销售去向" size="large" @@ -906,6 +907,8 @@ cleanData () { var that = this that.form.saleDestination = "" that.$refs.cascader.$refs.panel.clearCheckedNodes() that.$refs.cascader.$refs.panel.activePath=[] that.$refs.form.resetFields() that.visible = false },