feat:创建题干接口

This commit is contained in:
dongwug
2022-11-08 14:22:57 +08:00
parent 7b52d58288
commit 305cfb9830
2 changed files with 41 additions and 17 deletions

View File

@@ -176,6 +176,8 @@ export default {
basevote: "",
endTimes: "",
startTimes: "",
ascriptionId:"",
voteStemId:"",
});
const closeDrawer = () => {
ctx.emit("update:addvoteVisible", false);
@@ -189,8 +191,11 @@ export default {
};
const changeVData = (data) => {
console.log('111', data);
state.creVote = data
state.creVote = data.creVote
state.ascriptionId = data.ascriptionId
state.voteStemId = data.voteStemId
console.log('222',state.creVote);
console.log('333',state.ascriptionId);
}
const delBox = () => {
state.creVote = false;