|
@@ -437,6 +437,7 @@ export default {
|
|
|
},
|
|
|
//新增提交
|
|
|
whitelistAddList(){
|
|
|
+
|
|
|
let labWhiteJoinSubList=[];
|
|
|
this.subjectList.forEach(function (item,index){
|
|
|
labWhiteJoinSubList.push({'subjectId':item.subjectId})
|
|
@@ -446,7 +447,6 @@ export default {
|
|
|
labWhiteJoinSubList:labWhiteJoinSubList
|
|
|
}
|
|
|
whitelistAddList(obj).then(response => {
|
|
|
-
|
|
|
if(response.code==200){
|
|
|
this.msgSuccess("操作成功")
|
|
|
this.backPage();
|
|
@@ -457,7 +457,7 @@ export default {
|
|
|
type: "warning"
|
|
|
}).then(() => {
|
|
|
// 确定
|
|
|
- this.$router.push({ path: '/comprehensive/laboratoryManagement/accessAuthorization-KDNH' });
|
|
|
+ this.$router.push({ path: '/comprehensive/laboratoryManagement/accessAuthorization' });
|
|
|
}).catch(function() {
|
|
|
// 取消
|
|
|
this.backPage();
|