mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
修改提示
This commit is contained in:
@@ -712,12 +712,10 @@
|
||||
<div class="btn btn5" @click="ft_exit_1">
|
||||
<div class="btnText">取消</div>
|
||||
</div>
|
||||
<div class="btn btn6" v-if="isEdit == 0" @click="handlePush">
|
||||
<div class="btn btn6" @click="handlePush">
|
||||
<div class="btnText">保存</div>
|
||||
</div>
|
||||
<div class="btn btn6" v-if="isEdit == 1">
|
||||
<div class="btnText">未提交</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="btn btn6"
|
||||
v-if="statusTingQi == 1"
|
||||
@@ -4719,7 +4717,7 @@ export default defineComponent({
|
||||
// ft_exit_1();
|
||||
rest();
|
||||
state.addLoading = false;
|
||||
state.isEdit = 1;
|
||||
|
||||
state.statusTingQi = 1;
|
||||
// console.log("res.data", res.data);
|
||||
if (param === "review") {
|
||||
@@ -5252,7 +5250,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
|
||||
state.isEdit = 0;
|
||||
|
||||
console.log(45555);
|
||||
console.log(itm);
|
||||
if (type === "1") {
|
||||
@@ -5324,7 +5322,7 @@ export default defineComponent({
|
||||
state.lookCourseModal = false;
|
||||
};
|
||||
const handleLook = async (itm, type) => {
|
||||
// state.isEdit = 0;
|
||||
|
||||
if (type === "1") {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user