@@ -337,7 +337,9 @@ export default {
// 取消
cancel() {
- this.$refs.dialogForm.resetFields();
+ if (this.title === '推荐') {
+ this.$refs.dialogForm.resetFields();
+ }
this.dialogVisible = false
}