|
@@ -643,7 +643,19 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</zj-page-layout>
|
|
|
- <selectionWorkers v-if="item" :detail="item" :type="selectionWorkersType" :callback="callback" />
|
|
|
+ <selectionWorkers
|
|
|
+ v-if="item"
|
|
|
+ :detail="item"
|
|
|
+ :type="selectionWorkersType"
|
|
|
+ :callback="callback"
|
|
|
+ @close="
|
|
|
+ () => {
|
|
|
+ item = null
|
|
|
+ selectionWorkersType = null
|
|
|
+ callback = null
|
|
|
+ }
|
|
|
+ "
|
|
|
+ />
|
|
|
<u-popup :show="isShowFeedback" @close="isShowFeedback = false" closeable round="10">
|
|
|
<view class="feedback-dialog">
|
|
|
<view class="title">服务路由</view>
|