mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
1. 线上 BUG 3
This commit is contained in:
@@ -3941,7 +3941,6 @@ function onFocusEnd(){
|
|||||||
state.changeName = true
|
state.changeName = true
|
||||||
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
||||||
//清除缓存
|
//清除缓存
|
||||||
state.examInfo = {};
|
|
||||||
state.cstm_hs = true;
|
state.cstm_hs = true;
|
||||||
};
|
};
|
||||||
const handleCancelStu = () => {
|
const handleCancelStu = () => {
|
||||||
@@ -3977,6 +3976,8 @@ function onFocusEnd(){
|
|||||||
//保存开课
|
//保存开课
|
||||||
|
|
||||||
const handleSureStu = async () => {
|
const handleSureStu = async () => {
|
||||||
|
console.log("编辑的状况 state.kk_eidt",state.kk_eidt)
|
||||||
|
console.log("编辑的状况 state.examInfo",state.examInfo)
|
||||||
if(editBeginClass.value){
|
if(editBeginClass.value){
|
||||||
message.info('讲师费已进入审批阶段,无法编辑')
|
message.info('讲师费已进入审批阶段,无法编辑')
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user