| | |
| | | >疾病详情</el-button |
| | | > |
| | | </div> |
| | | <el-form-item label="适用通用库" prop="region"> |
| | | <el-select |
| | | style="width: 500px" |
| | | v-model="ruleForm.submoduleID" |
| | | size="medium" |
| | | multiple |
| | | filterable |
| | | placeholder="请选择通用库" |
| | | > |
| | | <el-option |
| | | class="ruleFormaa" |
| | | v-for="item in generallist" |
| | | :key="item.id" |
| | | :label="item.extName" |
| | | :value="item.id" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="适用院区" prop="region"> |
| | | <el-select |
| | | style="width: 500px" |
| | |
| | | .then((res) => { |
| | | this.$router.push({ |
| | | path: "/knowledge/templateku/configurat/measurement", |
| | | query: { id: this.id, name: this.ruleForm.templateName }, |
| | | query: { id: this.id, name: this.ruleForm.templateName,timeout:this.ruleForm.silencetime }, |
| | | }); |
| | | }) |
| | | .catch(() => {}); |