智慧农业后台管理页面
guoshilong
2022-08-19 15c97886ffd484049c6b24ec9492235ec63ff3e6
加工产品销售后地区数据残留清除
1 files modified
3 ■■■■■ changed files
src/views/farmplant/process.vue 3 ●●●●● 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
        },