gdpao
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="form-view active" @click="show_add()">+ 新建标签</view>
|
||||
<view :class="['form-view', item.state == true ? 'active' : '']" v-for="(item, index) in fileListes" :key="index" @click="changeselect(index)">
|
||||
{{ item.name }}{{ item.state }}
|
||||
{{ item.name }}
|
||||
<u-icon v-show="is_edit && item.user_id != 0" class="close" name="close" color="#666" size="18" @click="isTable(item.id,index)"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
@@ -301,7 +301,7 @@ export default {
|
||||
} else {
|
||||
this.tagcontent = '';
|
||||
this.show = false;
|
||||
res.data.state = true;
|
||||
res.data.state = false;
|
||||
this.fileListes.push(res.data);
|
||||
// this.$refs.uToast.show({
|
||||
// title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user