未选项目
@@ -149,7 +151,7 @@
:title="title == 1 ? '新增' : '编辑'"
:visible.sync="dialogVisible"
width="75%"
- :close-on-click-modal="false"
+ :close-on-click-modal="false"
>
@@ -300,8 +302,15 @@ export default {
},
mounted() {
this.rowDrop();
+ this.getdiagnosisitem()
},
methods: {
+ // getdiagnosisitem() {
+ // getapi("/api/app/item").then((res) => {
+
+ // console.log(res);
+ // });
+ // },
Onsubmit() {
let sampleGroupId = this.form.id;
console.log(this.form.id);
@@ -588,9 +597,9 @@ export default {
this.dialogVisible = true;
this.title = 1;
this.form = {};
- this.$nextTick(()=>{
- this.$refs.refinput.focus()
- })
+ this.$nextTick(() => {
+ this.$refs.refinput.focus();
+ });
},
getlist() {
getapi("/api/app/item-template/in-filter", this.pages).then((res) => {
@@ -604,6 +613,10 @@ export default {
};