Commit b8757114 authored by yaqizhang's avatar yaqizhang

访客供应商

parent e8be22bb
......@@ -111,7 +111,8 @@
},
data() {
return {
dialogVisible: false
dialogVisible: false,
rightNum: 0,
};
},
......@@ -142,6 +143,9 @@
save() {
// this.answerClear();
this.$refs.current.save();
},
saveRightNum() {
},
saveAndNext() {
this.$refs.current.saveAndNext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment