quanyawei
2023-11-13 1f07d0d2bbf95d52d2b96f0aec3a2284af619b3c
pages/actionChange/newPage/index.vue
@@ -62,9 +62,8 @@
            </view>
         </u-form-item>
      </u-form>
      <u-picker v-if="showCheckBox" :show="showCheckBox" keyName="label" :columns="actionOptionList"
         @cancel="showCheckBox = false" :default-selector="[0]" :immediateChange='true'
         @confirm="selectBack"></u-picker>
      <u-picker :show="showCheckBox" keyName="label" :columns="actionOptionList" @cancel="showCheckBox = false"
         :default-selector="[0]" :immediateChange='true' @confirm="selectBack"></u-picker>
      <!--    <u-action-sheet v-if="actionOptionList.length > 0" :actions="actionOptionList" :show="showCheckBox" title="请选择"
         @close="showCheckBox = false" @select="selectBack" /> -->
      <view class="bunts">
@@ -184,6 +183,7 @@
      },
      methods: {
         handleFile(data) {
            console.log('datadata', data)
            this.fileBaseList = data
         },
         close() {