@@ -71,7 +71,7 @@ export function formatMoneyWithSymbol(money) {
/**
* 格式化数字,千位分隔符
* s:数字
- * n:格式小位数【默认2位小数】
+ * n:格式小位数【默认0位小数】
*/
export function formatNumberToDollar(s, n) {
if (!s) {
@@ -527,6 +527,7 @@ export default {
let params = {
name: this.specialName,
questionList: this.current_tableData,
+ engineerTypeId: [this.engineeringWork],
};
this.$_http
.post(
@@ -141,11 +141,11 @@
</div>
</a-spin>
- <div class="company-info">
+ <!-- <div class="company-info">
<span>
copyright © 浮游科技有限公司出品
</span>
- </div>
+ </div> -->
</template>
@@ -207,7 +207,7 @@ export default {
initTableHeightFun() {
this.tableHeight =
this.$refs.tableBody.offsetHeight -
- (this.$refs.filterCard.offsetHeight + 48 * 4 - 5);
+ (this.$refs.filterCard.offsetHeight + 48 * 4 + 8);
},
//初始化数据
initDataFun() {