wankeda
2025-06-24 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/ºæ¿¾³öÁÏ.vue
@@ -50,17 +50,22 @@
            }
         },
         inbound() {
            // æå–输入框的值
            const sourceAddress = this.sourceAddress;
            if (sourceAddress == "") {
               this.$t.message.toast('请选择起点位置');
               return;
            var postData = {
               MainData: {
                  "sourceAddress": this.sourceAddress,
            }
            }
            // æå–输入框的值
            // const sourceAddress = this.sourceAddress;
            // if (sourceAddress == "") {
            //    this.$t.message.toast('请选择起点位置');
            //    return;
            // }
            // console.log(Exception);
            this.$u.post('/api/PDA/OutBoundTask', sourceAddress).then(res => {
            this.$u.post('/api/PDA/OutBoundTask', postData).then(res => {
               this.$t.message.closeLoading();
               if (res.code == 0) {
                        if (res.code == 200) {
                  this.$t.message.toast('呼叫成功');
                  this.sourceAddress = "";
                     // this.$refs.popup.close();