|
@@ -143,7 +143,8 @@ export default {
|
|
},
|
|
},
|
|
generateHandle () {
|
|
generateHandle () {
|
|
if (this.batchText) {
|
|
if (this.batchText) {
|
|
- const batchText = this.batchText.replace(/ /g, '\t')
|
|
|
|
|
|
+ // const batchText = this.batchText.replace(/ /g, '\t')
|
|
|
|
+ const batchText = this.batchText
|
|
this.$api.house.admestatepricegenerate({
|
|
this.$api.house.admestatepricegenerate({
|
|
data: batchText,
|
|
data: batchText,
|
|
is_new: this.curObj.estate_tag === '二手' ? 2 : 1,
|
|
is_new: this.curObj.estate_tag === '二手' ? 2 : 1,
|