mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
部分修改
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
class="nameimg"
|
||||
src="../../../assets/images/basicinfo/asterisk.png"
|
||||
/>
|
||||
<div class="inname">标题</div>
|
||||
<div class="inname">标题{{ curItem.id }}</div>
|
||||
</div>
|
||||
<div class="in">
|
||||
<a-input
|
||||
@@ -80,6 +80,15 @@ export default {
|
||||
const curItem = ref(props.item);
|
||||
const assessmentId = ref(props.assessmentId);
|
||||
|
||||
// watch(
|
||||
// () => curItem,
|
||||
// (newVal) => {
|
||||
// console.log("6765555curItemcurItem");
|
||||
// console.log(newVal);
|
||||
// },
|
||||
// { deep: true }
|
||||
// );
|
||||
|
||||
const handleTypesDel = (type) => {
|
||||
emit("del", { id: curItem.value.id, type, curItem: curItem.value });
|
||||
// if (state.typesCur.includes(types)) {
|
||||
|
||||
Reference in New Issue
Block a user