|
@@ -10,8 +10,8 @@ import {CLEAR_ALL_PUSH_MESSAGE, SET_TIPS} from '@store/types/pushMessage';
|
|
|
import {ISREAD, SETREADDITEMS} from "../store/types/homePage";
|
|
|
import {CLEAR_FIRST_MAIN_DIAG, CLEAR_ALL_TREAT} from "../store/types/treat";
|
|
|
import {tabChange} from '@store/actions/tabTemplate';
|
|
|
+import {CLEAR_ASSESS_RESULT_VALUE} from '@types/assessResult';
|
|
|
import config from '@config/index.js';
|
|
|
-import $ from 'jquery';
|
|
|
import up from '@images/up.png';
|
|
|
import down from '@images/down.png';
|
|
|
|
|
@@ -259,7 +259,11 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
|
});
|
|
|
store.dispatch({
|
|
|
type: CLEAR_ALL_TREAT,
|
|
|
- })
|
|
|
+ });
|
|
|
+ //清空已选的指标推送数据及填的值
|
|
|
+ store.dispatch({
|
|
|
+ type: CLEAR_ASSESS_RESULT_VALUE,
|
|
|
+ });
|
|
|
storageLocal.remove('emrParam');
|
|
|
// Notify.success('页面已清空')
|
|
|
}else{
|