diff --git a/manifest.json b/manifest.json index 1c1c04a..7f61c94 100644 --- a/manifest.json +++ b/manifest.json @@ -77,5 +77,5 @@ "enable" : false }, "vueVersion" : "2", - "sassImplementationName": "node-sass" + "sassImplementationName" : "node-sass" } diff --git a/subPackages/sub_workbench/workbench_recipe/addType2.vue b/subPackages/sub_workbench/workbench_recipe/addType2.vue index abd8d7d..1dd00a8 100644 --- a/subPackages/sub_workbench/workbench_recipe/addType2.vue +++ b/subPackages/sub_workbench/workbench_recipe/addType2.vue @@ -464,7 +464,11 @@ if (mParms.process_rule_note === '') { return this.$toast('请选择委托调剂备注') } - } + } else { + if (mParms.process_rule_id1 === '') { + return this.$toast('请选择包法') + } + } // if (!mParms.deployment) { // uni.showModal({ // title: '提示信息',