Commit 6ce64588 by pangchong

feat: 问题处理

parent 1565f202
...@@ -190,6 +190,7 @@ watch( ...@@ -190,6 +190,7 @@ watch(
) )
onBeforeUnmount(() => { onBeforeUnmount(() => {
uni.$emit('$upload-hide', {}) uni.$emit('$upload-hide', {})
uni.$off('$upload-show', {})
}) })
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
......
...@@ -39,7 +39,13 @@ ...@@ -39,7 +39,13 @@
></up-textarea> ></up-textarea>
</up-form-item> </up-form-item>
<up-form-item label="事件类别" :borderBottom="true"> <up-form-item label="事件类别" :borderBottom="true">
<global-picker pickAlign="right" clearable v-model="formData.eventType" dictkey="ar_eventType" :emptyValue="-1"></global-picker> <global-picker
pickAlign="right"
clearable
v-model="formData.eventType"
dictkey="ar_eventType"
:emptyValue="-1"
></global-picker>
</up-form-item> </up-form-item>
<up-form-item label="考核类型" :borderBottom="true"> <up-form-item label="考核类型" :borderBottom="true">
<global-picker <global-picker
...@@ -110,7 +116,7 @@ ...@@ -110,7 +116,7 @@
<view class="appeal"> <view class="appeal">
<view class="appeal-title"> <view class="appeal-title">
<text>申诉情况</text> <text>申诉情况</text>
<global-picker pickAlign="right" dictkey="ar_appealInfo" v-model="formData.appealInfo" clearable></global-picker> <global-picker pickAlign="right" dictkey="ar_appealInfo" v-model="formData.appealInfo" clearable :emptyValue="-1"></global-picker>
</view> </view>
<view class="appeal-content"> <view class="appeal-content">
<global-upload :fileList="getFileList" v-model="formData.file"></global-upload> <global-upload :fileList="getFileList" v-model="formData.file"></global-upload>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment