@@ -111,6 +111,7 @@ export default {
isShow (newValue, oldValue) {
if (!newValue) {
this.$refs.ruleForm.resetFields()
+ this.$refs.chooseTypeInfo.clearSelectTable()
this.$emit('close')
} else {
this.$nextTick(() => {