Commit b8757114 authored by yaqizhang's avatar yaqizhang

访客供应商

parent e8be22bb
...@@ -111,7 +111,8 @@ ...@@ -111,7 +111,8 @@
}, },
data() { data() {
return { return {
dialogVisible: false dialogVisible: false,
rightNum: 0,
}; };
}, },
...@@ -142,6 +143,9 @@ ...@@ -142,6 +143,9 @@
save() { save() {
// this.answerClear(); // this.answerClear();
this.$refs.current.save(); this.$refs.current.save();
},
saveRightNum() {
}, },
saveAndNext() { saveAndNext() {
this.$refs.current.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