|
@@ -229,9 +229,6 @@ const getAllDataStringList =(baseList) =>{ //获取所有模块文本
|
|
|
* @param {引用的话是保存时候的文本类型,编辑的时候是当前页面设置的文本类型} whichSign
|
|
|
*/
|
|
|
const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清空所有的数据
|
|
|
- store.dispatch({
|
|
|
- type:ISREAD
|
|
|
- });
|
|
|
if(action == 'clear'){ //清空
|
|
|
store.dispatch({type: CLEAR_MAIN_SUIT,data:[],saveText:[],selecteds:[],editClear:true,mainIds:[],mainSymptIds:[]});
|
|
|
store.dispatch({type: CLEAR_CURRENT_ILL,data:[],saveText:[],selecteds:[],editClear:true,symptomIds:[]});
|
|
@@ -466,7 +463,10 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
+ store.dispatch({
|
|
|
+ type:ISREAD
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
function filterArr(arr){
|