diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html index 4ffcb404..d58ff424 100644 --- a/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/erp/material/taskModifyApply.html @@ -102,7 +102,7 @@
- +
@@ -156,7 +156,6 @@ } }, mounted() { - // 控制下拉框选中 var materialType = $("#materialType").val(); $("#selectMaterialType").val(materialType).trigger("change"); @@ -246,7 +245,6 @@ }, } }); - var erpMaterial = [[${formData}]]; var prefix = ctx + "erp/material"; $("#form-edit").validate({ onkeyup: false,