Explorar o código

修复bug - 初始化表单

yukai %!s(int64=3) %!d(string=hai) anos
pai
achega
b2d07ba754
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/device/product/component/editOption.vue

+ 3 - 0
src/views/device/product/component/editOption.vue

@@ -236,6 +236,9 @@ export default defineComponent({
 				name: '',
 				desc: '',
 			};
+			state.valueType={};
+			state.enumdata=[];
+			state.elementType={};
 		};
 
 		const seletChange = (val) => {