|
@@ -54,7 +54,7 @@ import $ from 'jquery'
|
|
|
|
|
|
export default {
|
|
|
name: "OtherQcTypePour",
|
|
|
- props: ['hospital','moduleName','selectedTag'],
|
|
|
+ props: ['hospital','moduleName','selectedTag','typeId'],
|
|
|
data() {
|
|
|
return {
|
|
|
checkedExc:false,
|
|
@@ -275,7 +275,7 @@ export default {
|
|
|
if(this.hospital === ""){
|
|
|
return
|
|
|
}
|
|
|
- return api.qcTypeList({hospitalId: ""+this.hospital, notIdList:this.getModuleTypeIds()||[]}).then((res) =>{
|
|
|
+ return api.qcTypeList({hospitalId: ""+this.hospital,id:this.typeId||null, notIdList:this.getModuleTypeIds()||[]}).then((res) =>{
|
|
|
if(res.data.code==="0"){
|
|
|
const data = res.data.data;
|
|
|
this.leftTagsList = data;
|