afc915da by lihua

新版定价保存时dataSource标识为1

1 parent 908ef79a
...@@ -862,7 +862,8 @@ const getCalculateParams = (baseConfigFormObj, baseConfigFormInfo) => { ...@@ -862,7 +862,8 @@ const getCalculateParams = (baseConfigFormObj, baseConfigFormInfo) => {
862 belongingTheme: baseConfigFormInfo.belongingTheme, 862 belongingTheme: baseConfigFormInfo.belongingTheme,
863 diseaseGuid, 863 diseaseGuid,
864 diseaseName: '', 864 diseaseName: '',
865 dataUsage: dataUsage.value.dictValue 865 dataUsage: dataUsage.value.dictValue,
866 dataSource: '1',
866 }; 867 };
867 Object.assign(params, companyInfo); 868 Object.assign(params, companyInfo);
868 if (diseaseGuid) { 869 if (diseaseGuid) {
......
...@@ -150,6 +150,7 @@ const getTableData = () => { ...@@ -150,6 +150,7 @@ const getTableData = () => {
150 pageIndex: page.value.curr, 150 pageIndex: page.value.curr,
151 dataResourceName: page.value.dataResourceName, 151 dataResourceName: page.value.dataResourceName,
152 diseaseName: page.value.diseaseName, 152 diseaseName: page.value.diseaseName,
153 dataSource: '1',
153 }).then((res: any) => { 154 }).then((res: any) => {
154 tableInfo.value.loading = false; 155 tableInfo.value.loading = false;
155 if (res.code == proxy.$passCode) { 156 if (res.code == proxy.$passCode) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!