mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:创建题干接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user