DESKTOP-SVI9JE1\muzen hace 1 año
padre
commit
0610d513d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/service/resend/index.vue

+ 1 - 1
src/views/service/resend/index.vue

@@ -171,7 +171,7 @@ const handleChangeShopCode = (e) => {
 // 搜索产品型号
 const remoteMethod = (e) => {
   goodsForm.value.goodsName = e
-  goodsForm.value.goodsType = 2
+  goodsForm.value.goodsType = 1
   getGoods()
 }