马宇豪
2024-02-06 140e83402814ffd2e92dfe313f5681feedd39f86
src/views/Admin/components/msgEditMod.vue
@@ -189,7 +189,7 @@
        <h2>短信预览</h2>
        <div class="mobile">
          <div class="mesg">
            <P>【自然灾害风险预警提示】{{form.content}}<br>发布单位:{{form.publishingUnit}}</P>
            <P>【防灾减灾工作通知】{{form.content}}<br>发布单位:{{form.publishingUnit}}</P>
          </div>
        </div>
      </div>
@@ -390,7 +390,6 @@
          // t.filteredOptions = res.data.data
          for (const resKey in res.data.data) {
            t.filteredOptions = t.filteredOptions.concat(...res.data.data[resKey]);
            console.log(t.filteredOptions,'ops')
            const obj = {
              title: resKey,
              value: resKey,