Browse Source

bug fixes

plf 3 years ago
parent
commit
0183af7db4

+ 1 - 3
src/main/webapp/WEB-INF/views/modules/product-new/secondHand.jsp

@@ -517,9 +517,7 @@
                 $("#instrumentType").find("option").remove();
                 $("#instrumentType").find("option").remove();
                 $(".select2-chosen").eq(1).html("请选择");
                 $(".select2-chosen").eq(1).html("请选择");
                 $("#instrumentType").append("<option value=''>请选择</option>")
                 $("#instrumentType").append("<option value=''>请选择</option>")
-                $("#instrumentType").append("<option value='1'>轻光电</option>")
-                $("#instrumentType").append("<option value='2'>重光电</option>")
-                $("#instrumentType").append("<option value='3'>耗材配件</option>")
+                $("#instrumentType").append("<option value='1'>美容仪器</option>")
             }
             }
         }else {
         }else {
             $("#instrumentType").html();
             $("#instrumentType").html();