供应商前台 其他画面bug修正 up by dh

This commit is contained in:
duhe
2025-02-28 17:38:55 +08:00
parent a9b01023bc
commit 824281c6af
13 changed files with 625 additions and 61 deletions

View File

@@ -304,12 +304,6 @@ const conditionDefinitionOptions = ref(undefined);
const data = reactive({
form: {},
queryParams: {
pageNum: 1,
pageSize: 50,
diseaseName: undefined, // 疾病名称
status: undefined, // 状态(包括 1预置2启用3停用
},
rules: {
name: [{ required: true, message: "名称不能为空", trigger: "blur" }],
conditionCode: [