diff --git a/src/views/wpm_gx/mlog_form.vue b/src/views/wpm_gx/mlog_form.vue index d97c8339..df2754f0 100644 --- a/src/views/wpm_gx/mlog_form.vue +++ b/src/views/wpm_gx/mlog_form.vue @@ -311,6 +311,18 @@ export default { }, methods: { + //获取操作项 + gettestitem(){ + let that = this; + that.$API.qm.testitem.list.req({ process: that.process,type:20 }).then((res) => { + res.results.forEach((item) => { + let obj = {}; + Object.assign(obj, item); + obj.value = ''; + that.testitems.push(obj); + }) + }); + }, disabledDateFn(time) { return time.getTime() > new Date().getTime(); }, diff --git a/src/views/wpm_gx/mlogb_form.vue b/src/views/wpm_gx/mlogb_form.vue index d2700323..e4d53fc6 100644 --- a/src/views/wpm_gx/mlogb_form.vue +++ b/src/views/wpm_gx/mlogb_form.vue @@ -36,7 +36,7 @@ @@ -65,7 +65,7 @@ controls-position="right" /> - +