|
@@ -128,7 +128,6 @@
|
|
width="18"
|
|
width="18"
|
|
class="icon"
|
|
class="icon"
|
|
@click="delGroup(scope.row.depart_id,scope.$index)"
|
|
@click="delGroup(scope.row.depart_id,scope.$index)"
|
|
- v-show="groupL[scope.row.depart_id].id>1"
|
|
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</template>
|
|
</template>
|
|
@@ -553,6 +552,7 @@ export default {
|
|
this.baseTypes = JSON.parse(localStorage.getItem('zskDiagList') || '[]');
|
|
this.baseTypes = JSON.parse(localStorage.getItem('zskDiagList') || '[]');
|
|
this.dicts = JSON.parse(localStorage.getItem('zskDiagDicts') || '{}');
|
|
this.dicts = JSON.parse(localStorage.getItem('zskDiagDicts') || '{}');
|
|
let info = param.data;
|
|
let info = param.data;
|
|
|
|
+ console.log(info)
|
|
if (info) {
|
|
if (info) {
|
|
this.id = info.id;
|
|
this.id = info.id;
|
|
this.isCopy = param.copy;
|
|
this.isCopy = param.copy;
|
|
@@ -565,7 +565,6 @@ export default {
|
|
info.klDiagnoseTypeVO[i].depart_id = this.i;
|
|
info.klDiagnoseTypeVO[i].depart_id = this.i;
|
|
this.i++;
|
|
this.i++;
|
|
}
|
|
}
|
|
-
|
|
|
|
this.form = Object.assign({}, this.form, this.formatData(info));
|
|
this.form = Object.assign({}, this.form, this.formatData(info));
|
|
if (this.isCopy) {
|
|
if (this.isCopy) {
|
|
this.conceptList = [];
|
|
this.conceptList = [];
|